Closed clebio closed 3 years ago
Same issue here, is there a solution to this?
Looking forward the answer too.
Same issue!!
Similar issue here, but on eloquent.
similar issue, but on Galactic
did any one find answer? I am unable to play the rosbag file using ros1 bridge. When i am trying to filter out some topics then also i am not able filter out.
Same problem with ROS Foxy.
Same issue with ROS Foxy.
Same issue with ROS rolling.
Same problem with ROS Foxy.
Alright, to answer everyone before closing -- though I presume you've already found out.
This repository only hosts the rosgraph_msgs
package for ROS 1. The rosgraph_msgs
package for ROS 2 lives in https://github.com/ros2/common_interfaces, but it doesn't hold the Log
message anymore. It has been relocated to the rcl_interfaces
package.
So, how to solve this issue?
roscore has been replaced in ros2, reed more here:
https://www.theconstructsim.com/ros2-in-5-mins-003-where-is-roscore-in-ros2/
I don't think you can use ros2 with gazebo, at least it's not the recommended version. If you look at the tutorial, it recommends ros noetic among others. Thought I'd post because I was banging my head against a while with this.
http://gazebosim.org/tutorials?tut=ros_installing&cat=connect_ros
http://gazebosim.org/tutorials?tut=ros_wrapper_versions&cat=connect_ros
This shows which combinations of versions you can use!
I don't think you can use ros2 with gazebo, at least it's not the recommended version. If you look at the tutorial, it recommends ros noetic among others. Thought I'd post because I was banging my head against a while with this.
http://gazebosim.org/tutorials?tut=ros_installing&cat=connect_ros
I used ros2 foxy with Gazebo and it workes fine
Solution: use ros2 launch
instead of roslaunch
.
$ printenv | grep ROS ROS_VERSION=2
use ros2 xxx eg: ros2 topic list
Call ros2 <command> -h
for more detailed usage.
ros2 launch rosbridge_server rosbridge_websocket_launch.xml
solves it in my case.
I am using ros2 launch
still getting the same error.
Hello found the solution Use
Confirm whether your file type is .lauch or .py, and then use the ros2 lauch
command to run it. ros2 launch carla_ros_bridge carla_ros_bridge.launch.py.
On a new install of Foxy Fitzroy on Ubuntu Focal, I was trying to run
roslaunch gazebo_simulation_scene gazebo_simulation_scene.launch
. However, that fails with the titular error message. To simply this further, just trying to importroslaunch
does the same:This is on a new ROS setup on Ubuntu: