Skip to content

Instantly share code, notes, and snippets.

@nzlz
Created January 21, 2019 02:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nzlz/84a5e3f340e7cd7303200ababf28c8c6 to your computer and use it in GitHub Desktop.
Save nzlz/84a5e3f340e7cd7303200ababf28c8c6 to your computer and use it in GitHub Desktop.
ros2 service call /demo/set_light_properties 'gazebo_msgs/SetLightProperties' '{light_name: "sun", diffuse: {r: 0.8, g: 0.9, b: 0.8, a: 1.0}, attenuation_constant: 0.9, attenuation_linear: 0.01, attenuation_quadratic: 0.001}'
requester: making request: gazebo_msgs.srv.SetLightProperties_Request(light_name='sun', diffuse=std_msgs.msg.ColorRGBA(r=0.8, g=0.9, b=0.8, a=1.0), attenuation_constant=0.9, attenuation_linear=0.01, attenuation_quadratic=0.001)
Error in gzserver:
gzserver: symbol lookup error: /home/nestor/gz_ws_ros2/install/lib/libgazebo_ros_properties.so: undefined symbol: _ZN22rosidl_typesupport_cpp31get_message_type_support_handleIN6gazebo4msgs5LightEEEPK29rosidl_message_type_support_tv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment