You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I'm using ROS2 FOXY on Ubuntu 20.04, CARLA 0.9.15 and following the instructions at: https://carla.readthedocs.io/projects/ros-bridge/en/latest/ros_installation_ros2/, when I want to install ROS dependencies, using: rosdep install --from-paths src --ignore-src -r
I get the next result: ERROR: the following packages/stacks could not have their rosdep keys resolved to system dependencies: ackermann_msgs: Cannot locate rosdep definition for [message_runtime] carla_ros_bridge: Cannot locate rosdep definition for [derived_object_msgs] Continuing to install resolvable dependencies... #All required rosdeps installed successfully
I don't know how to resolve the error.
If I do colcon build
it works without problem, but if i do: ros2 launch carla_ros_bridge carla_ros_bridge.launch.py
I recived: Package 'carla_ros_bridge' not found: "package 'carla_ros_bridge' not found, searching: ['/opt/ros/foxy']
I don´t know if last problem is caused by dependencies problem.
PS: It is the first time I write an issue, I am sorry if I have not given the specific details or if I have missed some type of information, thanks in advance
The text was updated successfully, but these errors were encountered:
Hello,
I'm using ROS2 FOXY on Ubuntu 20.04, CARLA 0.9.15 and following the instructions at: https://carla.readthedocs.io/projects/ros-bridge/en/latest/ros_installation_ros2/, when I want to install ROS dependencies, using:
rosdep install --from-paths src --ignore-src -r
I get the next result:
ERROR: the following packages/stacks could not have their rosdep keys resolved to system dependencies: ackermann_msgs: Cannot locate rosdep definition for [message_runtime] carla_ros_bridge: Cannot locate rosdep definition for [derived_object_msgs] Continuing to install resolvable dependencies... #All required rosdeps installed successfully
I don't know how to resolve the error.
If I do
colcon build
it works without problem, but if i do:
ros2 launch carla_ros_bridge carla_ros_bridge.launch.py
I recived:
Package 'carla_ros_bridge' not found: "package 'carla_ros_bridge' not found, searching: ['/opt/ros/foxy']
I don´t know if last problem is caused by dependencies problem.
PS: It is the first time I write an issue, I am sorry if I have not given the specific details or if I have missed some type of information, thanks in advance
The text was updated successfully, but these errors were encountered: