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

Ricardo Angeli's profile - activity

2020-02-23 22:37:56 -0500 received badge  Good Answer (source)
2020-02-23 22:37:56 -0500 received badge  Enlightened (source)
2019-11-27 18:02:07 -0500 received badge  Famous Question (source)
2019-11-27 18:02:07 -0500 received badge  Notable Question (source)
2019-11-27 18:02:07 -0500 received badge  Popular Question (source)
2019-08-07 14:47:36 -0500 received badge  Nice Answer (source)
2019-07-11 12:50:41 -0500 received badge  Famous Question (source)
2019-05-16 08:55:09 -0500 asked a question How to provide variance field in sensor_msgs/FluidPressure messages?

How to provide variance field in sensor_msgs/FluidPressure messages? I'm writing a ROS driver for a pressure sensor and

2019-04-08 13:44:44 -0500 received badge  Famous Question (source)
2019-03-07 09:17:00 -0500 received badge  Notable Question (source)
2018-06-22 16:11:56 -0500 commented question Ackermann Steering and Arduino Servo Control

Can you describe with detail what each of your servos are doing? Before using a path planner (like teb_local_planner) y

2018-06-21 15:09:21 -0500 marked best answer Changing dynamic_reconfigure parameters using rosbridge

I'm developing a node that includes some dynamically-reconfigurable parameters. Eventually, I will write a JavaScript GUI that uses roslibjs and rosbridge to interface with this node and the rest of my robot. I understand that dynamic_reconfigure uses ROS services to change the parameters during runtime.

Are there any examples of using roslibjs (or anything that talks to rosbridge) to change dynamically reconfigurable parameters? I would be grateful to know if this is even possible, because if it isn't, I will have to design my node differently.

2018-06-21 15:07:35 -0500 marked best answer How should I express a percentage in a message definition?

I'm creating a new custom message type for one of my nodes and I need a field that expresses a percentage value (from 0% to 100%).

What is the standard way to express this? Should I use a floating point variable from 0.0 to 100.0? Or a floating point from 0.00 to 1.00?

2018-06-21 15:07:35 -0500 received badge  Scholar (source)
2018-06-21 12:25:26 -0500 received badge  Self-Learner (source)
2018-06-21 12:25:26 -0500 received badge  Teacher (source)
2018-06-21 12:22:37 -0500 received badge  Popular Question (source)
2018-06-20 08:57:36 -0500 commented question How should I express a percentage in a message definition?

Yes, I do.

2018-06-20 08:55:21 -0500 commented answer How should I express a percentage in a message definition?

In my particular implementation, it is indeed fractional. But even if it wasn't, wouldn't we want the field type to be

2018-06-19 15:26:19 -0500 received badge  Notable Question (source)
2018-06-19 14:37:56 -0500 answered a question How should I express a percentage in a message definition?

I believe I found an answer. Gvdhoorn is right that there is no defined standard. However, the sensor_msgs/RelativeHum

2018-06-19 08:18:55 -0500 received badge  Supporter (source)
2018-06-14 23:35:17 -0500 received badge  Popular Question (source)
2018-06-14 12:46:35 -0500 asked a question How should I express a percentage in a message definition?

How should I express a percentage in a message definition? I'm creating a new custom message type for one of my nodes an

2018-05-15 13:02:29 -0500 received badge  Enthusiast
2018-05-14 16:14:56 -0500 answered a question Changing dynamic_reconfigure parameters using rosbridge

I've investigated this issue on my own. I couldn't find any existing examples of doing this, however I found that it is

2018-04-27 16:11:35 -0500 answered a question How to implement rosbridge in my copter?

You want to launch mavros to connect your copter running ArduPilot to the ROS network. Once you have that working, try

2018-04-27 16:11:32 -0500 asked a question Changing dynamic_reconfigure parameters using rosbridge

Changing dynamic_reconfigure parameters using rosbridge I'm developing a node that includes some dynamically-reconfigura