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

petitpoulet's profile - activity

2020-04-08 19:34:28 -0500 commented question Publishing std_msgs int32 ROS Melodic , I need help

Can you show me your CMakeLists.txt and package.xml file? Be sure to include roscpp in both files.

2020-04-08 19:30:03 -0500 received badge  Supporter (source)
2020-04-02 11:21:24 -0500 received badge  Teacher (source)
2020-04-01 17:08:05 -0500 answered a question Publishing std_msgs int32 ROS Melodic , I need help

Actually, the listener will listen to your chatter. That's done when calling: rospy.Subscriber("chatter", String, callb

2020-04-01 17:08:05 -0500 received badge  Rapid Responder (source)
2020-03-27 14:38:20 -0500 received badge  Famous Question (source)
2019-10-16 12:46:47 -0500 received badge  Enthusiast
2019-10-15 21:01:50 -0500 received badge  Notable Question (source)
2019-10-15 12:14:31 -0500 commented answer Sending multiple topics to a function

I changed my approach. I created a global variable (which I don't find is a good way...) and it works. I will probably t

2019-10-02 09:42:53 -0500 commented answer gazebo_ros_control plugin: GazeboRosControlPlugin missing <legacyModeNS> DefaultRobotHWSim

I also have Kinetic on Ubuntu 16.04, and I added the line <legacynodens>true</legacynodens> in my gazebo fil

2019-10-01 10:17:07 -0500 commented answer Sending multiple topics to a function

I read about message_filters like you recommended, and change my structure to: message_filters::Subscriber<nav_msgs:

2019-10-01 10:16:40 -0500 commented answer Sending multiple topics to a function

I read about message_filters like you recommended, and change my structure to: message_filters::Subscriber<nav_msgs:

2019-09-30 23:55:45 -0500 received badge  Popular Question (source)
2019-09-30 21:25:01 -0500 received badge  Student (source)
2019-09-30 15:44:51 -0500 asked a question Sending multiple topics to a function

Sending multiple topics to a function I'm trying to send multiple topics to a function: void CostMapCallBack(const nav