We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi guys, I am trying to use your plugin but I get a segfault at start whenever I try.
In the xacro I call the plugin this way:
<gazebo> <plugin name="object_controller" filename="libgazebo_ros_force_based_move.so"> <commandTopic>cmd_vel</commandTopic> <odometryTopic>odom</odometryTopic> <odometryFrame>world</odometryFrame> <odometryRate>20.0</odometryRate> <robotBaseFrame>$(arg prefix)/base_link</robotBaseFrame> </plugin> </gazebo>
And the output I get is:
[ INFO] [1504284973.610849610, 0.222000000]: ForceBasedMove using gains: yaw: 100 x: 10000 y: 10000 [ INFO] [1504284973.610910214, 0.222000000]: robotBaseFrame for force based move plugin: p_0_ns/base_link [ WARN] [1504284973.610978142, 0.222000000]: PlanarMovePlugin Plugin (ns = p_0_ns) missing , defaults to true Segmentation fault (core dumped) [gazebo-3] process has died [pid 10238, exit code 139, cmd /opt/ros/kinetic/lib/gazebo_ros/gzserver -e ode /home/giuseppe/thesis_ws/src/deep_interaction_modeling/worlds/pedestrian.world __name:=gazebo __log:=/home/giuseppe/.ros/log/74e495a8-8f36-11e7-a995-78929c920f12/gazebo-3.log]. log file: /home/giuseppe/.ros/log/74e495a8-8f36-11e7-a995-78929c920f12/gazebo-3*.log ^C[gazebo_gui-4] killing on exit [spawner_node-2] killing on exit [rosout-1] killing on exit [master] killing on exit shutting down processing monitor... ... shutting down processing monitor complete done
The text was updated successfully, but these errors were encountered:
I have this same error. Did anyone figure this out?
Sorry, something went wrong.
No branches or pull requests
Hi guys,
I am trying to use your plugin but I get a segfault at start whenever I try.
In the xacro I call the plugin this way:
And the output I get is:
The text was updated successfully, but these errors were encountered: