-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Baxter simulation in Kinetic and gazebo 10 #124
Comments
Did you solve this problem? I also met this problem! |
Nope. I just used ROS kinetic with gazebo 7.x. ROS kinetic supports gazebo 7.x. Gazebo support for ROS: |
Greetings, Using Ubuntu 16.04 with ROS Kinetic and Gazebo 7. Not sure if recently there was an upgrade to ros_control or similar. My baxter simulator used to run fine. Currently, these are the series of problems I have run into:
[ERROR] [1556418086.690404985, 0.361000000]: GazeboRosControlPlugin missing while using DefaultRobotHWSim, defaults to true. As well as:
[ERROR] [1556419176.689849741, 0.358000000]: Cannot initialize this controller because it failed to be constructed If I set it to true I get: gzserver: /usr/include/boost/smart_ptr/shared_ptr.hpp:648: typename boost::detail::sp_member_access::type boost::shared_ptr::operator->() const [with T = const urdf::Joint; typename boost::detail::sp_member_access::type = const urdf::Joint*]: Assertion `px != 0' failed. I would appreciate any feedback. |
Has anyone tried using baxter simulation in gazebo 10 and ros kinetic. I ran the following command
roslaunch baxter_gazebo baxter_world.launch
I got the following error
Segmentation fault (core dumped)
Segmentation fault (core dumped)
[gazebo-2] process has died [pid 17358, exit code 139, cmd /opt/ros/kinetic/lib/gazebo_ros/gzserver -e ode /home/faseeh/ros_ws/src/baxter_simulator/baxter_gazebo/worlds/baxter.world __name:=gazebo __log:=/home/faseeh/.ros/log/2428b7a4-4eab-11e8-8ffc-9cb6d067fc1f/gazebo-2.log].
log file: /home/faseeh/.ros/log/2428b7a4-4eab-11e8-8ffc-9cb6d067fc1f/gazebo-2*.log
[gazebo_gui-3] process has died [pid 17363, exit code 139, cmd /opt/ros/kinetic/lib/gazebo_ros/gzclient __name:=gazebo_gui __log:=/home/faseeh/.ros/log/2428b7a4-4eab-11e8-8ffc-9cb6d067fc1f/gazebo_gui-3.log].
log file: /home/faseeh/.ros/log/2428b7a4-4eab-11e8-8ffc-9cb6d067fc1f/gazebo_gui-3*.log
Any solution?
The text was updated successfully, but these errors were encountered: