ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Rviz2 Turtlebot crashes

asked 2020-05-26 07:38:36 -0500

Chris91 gravatar image

updated 2020-05-26 08:44:54 -0500

Hi,

i'm currently trying to port my working configuration from ROS1 to ROS2. When trying to launch turtlbot visualization in rviz2 it crashes and gives me the following error message:

ros2 launch turtlebot3_bringup rviz2.launch.py

Error Message: rviz2: /tmp/binarydeb/ros-dashing-rviz-ogre-vendor-6.1.6/obj-x86_64-linux-gnu/ogre-master-ca665a6-prefix/src/ogre-master-ca665a6/OgreMain/include/OgreAxisAlignedBox.h:251: void Ogre::AxisAlignedBox::setExtents(const Ogre::Vector3&, const Ogre::Vector3&): Assurance »(min.x <= max.x && min.y <= max.y && min.z <= max.z) && "The minimum corner of the box must be less than or equal maximum corner"« not fulfilled . The error message doesn't appear if the state_publisher on the bot is not running ....

ros2 launch turtlebot3_bringup robot.launch.py

I have modified the urdf files on both sides the turtlebot itself and the remote system to include a kinect camera and remove the lidar scan system. This is working totally fine under Melodic so i have no idea what to search for ...

URDF TurtleBot, URDF Remote

Thanks :)

Update 1:

Have reinstalled all packages of Turtlebot3 on ROS2. Crash still happens. The only thing that is not part of the default config is that the laserscan is not present that node crashes on startup on the the turtlebot ... But the state_publisher is starting fine.

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
0

answered 2020-06-08 08:19:54 -0500

Chris91 gravatar image

updated 2020-06-08 08:21:39 -0500

Found a solution. I'm not entirly sure about the reason but maybe it is helpful for someone.

https://github.com/ROBOTIS-GIT/turtle...

Edit: I cannot accept my own answer please close as solved.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2020-05-26 07:38:36 -0500

Seen: 831 times

Last updated: Jun 08 '20