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

billy's profile - activity

2023-11-15 07:34:33 -0500 received badge  Famous Question (source)
2023-08-09 01:41:02 -0500 commented question How Can I Launch ROS2 Project on Linux Through Windows ?

You mean like VNC?

2023-08-08 22:37:31 -0500 commented question ros2_control_node dies after launch

In addition to gvdhoom's comments, the port may not be open and just needs the following inelegant solution at least as

2023-08-08 01:24:52 -0500 commented answer Can't get a good connection remotle with roscore

I +1'd this post so maybe now you have the points needed.

2023-08-08 01:19:35 -0500 received badge  Rapid Responder (source)
2023-08-08 01:19:35 -0500 answered a question Using odometry with motor encoders and visualize in RVIZ

Along with the nav message ODOM you need to also publish the transform for baselink to ODOM. This should be described in

2023-08-05 14:46:25 -0500 commented question Can't get a good connection remotle with roscore

I will assume when you say "the Jetson doesn't see the data" you mean you have a subscriber running on the Jetson and th

2023-08-05 14:34:43 -0500 commented question Odometry optimisation

"give up on encoder based odometry for a while..." I think this sounds reasonable if you have a work around for now. E

2023-08-02 15:32:06 -0500 received badge  Rapid Responder (source)
2023-08-02 15:32:06 -0500 answered a question Is there a big difference between ros2foxy and ros2humble?

It doesn't really matter which you learn, although Humble is current and Foxy is not. There are specific differences tha

2023-07-31 21:02:57 -0500 commented answer RVIZ not displaying /scan frames

Then other idea I have is to look at QOS settings. I've not had issues with laser and QOS with RVIZ2 but I had a lot of

2023-07-30 18:35:11 -0500 commented question Odometry optimisation

Regarding: My code just says "If the Power is positive then encoder ticks must be going up, if negative, encoder ticks

2023-07-30 18:34:58 -0500 commented question Odometry optimisation

Regarding: My code just says "If the Power is positive then encoder ticks must be going up, if negative, encoder ticks m

2023-07-30 18:34:41 -0500 commented question Odometry optimisation

Regarding:My code just says "If the Power is positive then encoder ticks must be going up, if negative, encoder ticks mu

2023-07-30 18:33:59 -0500 commented question Odometry optimisation

My code just says "If the Power is positive then encoder ticks must be going up, if negative, encoder ticks must be goin

2023-07-30 18:33:46 -0500 commented question Odometry optimisation

My code just says "If the Power is positive then encoder ticks must be going up, if negative, encoder ticks must be goin

2023-07-30 18:33:33 -0500 commented question Odometry optimisation

My code just says "If the Power is positive then encoder ticks must be going up, if negative, encoder ticks must be goin

2023-07-30 14:43:12 -0500 answered a question Advice for micro-ROS ethernet project

You're asking for advice, so lucky for me there is no wrong way to asnwer this. In your situation, I would likely start

2023-07-29 16:44:15 -0500 commented question Odometry optimisation

How do you know which way the motor is turning if you only use one channel of the encoders? How confident are you that i

2023-07-29 16:22:43 -0500 answered a question Some questions about C++ header file references when programming ROS2humble

Correct. In my install of Humble there is no 'tutorial_interfaces". In my Humble there is "example_interfaces" but there

2023-07-29 16:22:43 -0500 received badge  Rapid Responder (source)
2023-07-29 13:05:52 -0500 edited question i am using ros2 humble while running ros2 run turtlesim turtlesim_node i am facing this error

i am using ros2 humble while running ros2 run turtlesim turtlesim_node i am facing this error qt.qpa.xcb: could not conn

2023-07-29 13:04:55 -0500 edited question i am using ros2 humble while running ros2 run turtlesim turtlesim_node i am facing this error

i am using ros2 humble while running ros2 run turtlesim turtlesim_node i am facing this error qt.qpa.xcb: could not conn

2023-07-29 13:04:26 -0500 edited question i am using ros2 humble while running ros2 run turtlesim turtlesim_node i am facing this error

i am using ros2 humble while running ros2 run turtlesim turtlesim_node i am facing this error qt.qpa.xcb: could not conn

2023-07-29 13:03:55 -0500 edited question i am using ros2 humble while running ros2 run turtlesim turtlesim_node i am facing this error

i am using ros2 humble while running ros2 run turtlesim turtlesim_node i am facing this error qt.qpa.xcb: could not conn

2023-07-29 13:03:39 -0500 edited question i am using ros2 humble while running ros2 run turtlesim turtlesim_node i am facing this error

i am using ros2 humble while running ros2 run turtlesim turtlesim_node i am facing this error qt.qpa.xcb: could not conn

2023-07-29 12:54:17 -0500 commented question Odometry optimisation

Looks like you found the issue. Your right encoder is failed.

2023-07-28 16:25:16 -0500 commented question Odometry optimisation

+1 for planning isolation testing. Do you have an oscilloscope you can use to look at raw electrical signal? I'm suspect

2023-07-28 14:21:32 -0500 commented answer ROS2 - Cannot build examples

No problem.

2023-07-28 14:06:18 -0500 received badge  Rapid Responder (source)
2023-07-28 14:06:18 -0500 answered a question RVIZ not displaying /scan frames

Make sure set the gblobal frame in RVIZ2 to scan and see if it then appears. I'm pretty sure it's undr 'Global Options".

2023-07-28 14:00:12 -0500 commented question Odometry optimisation

How can 1 meter travel be less than both 0.5m and 2m travel as shown in your 1st, 2nd, and 6th forward trials and 1 mete

2023-07-27 22:15:24 -0500 commented question Why image not recieved using ROS2 functions in the node?

I suspect no one can help if you don't look through the log files and post the bits that are relevent, and then you also

2023-07-27 18:30:29 -0500 commented question How to import deep-learning libraries?

there is a ROS package called dodo_detector that uses tensorflow and python2. You may be able to get a good idea how to

2023-07-27 17:59:19 -0500 commented answer ROS2 - Cannot build examples

I just created a new workspace and cloned and built that repository to show you you just need to follow instructions. It

2023-07-27 16:10:01 -0500 commented answer Slam toolbox and Rviz2 slowing down my computer

+1 for circling back and answering

2023-07-27 16:00:33 -0500 edited answer ROS2 navigation robot to stop 2 meters ahead of the target pose

You could write a custom node that calcuates the distance from robot to target and stop navigation when you're within wh

2023-07-27 15:40:05 -0500 commented answer ROS2 - Cannot build examples

There are very extensive and complete examples and tutorials on the ROS.ORG website. https://docs.ros.org/en/humble/Tuto

2023-07-27 15:30:33 -0500 answered a question ROS2 navigation robot to stop 2 meters ahead of the target pose

You could write a custom node that calcuates the distance from robot to target and stop navigation when you're within wh

2023-07-27 15:30:33 -0500 received badge  Rapid Responder (source)
2023-07-27 15:14:09 -0500 commented answer ROS2 - Cannot build examples

Is there a reason you are not cloning into the SRC folder as instructed in the tutorials? I suggest you delete the entir

2023-07-27 15:11:45 -0500 commented answer ROS2 - Cannot build examples

Is there a reason you are not cloning into the SRC folder as instructed in the tutorials? I suggest you delete the entir

2023-07-27 13:26:27 -0500 commented answer Laser_scan_matcher with AMCL amd move_base

Forward was accurate. Backwards was not. According to ODOM and the laser, the wall followed the robot as it moved back.

2023-07-27 13:00:50 -0500 commented question Navigation2] Not publishing to /goal_pose topic but the controller keeps passing new path to controller.

I'm not sure I understand your question, but just to be clear the navigation will continue updating the path until the g

2023-07-27 12:53:17 -0500 edited answer ROS2 - Cannot build examples

I typically install source code within the SCR folder and run COLON from the ROS2_WS folder. Looks like you did the oppo

2023-07-27 12:51:21 -0500 received badge  Rapid Responder (source)
2023-07-27 12:51:21 -0500 answered a question ROS2 - Cannot build examples

I typically install source code within the SCR folder and run COLON from the ROS2_WS folder. Looks like you did the oppo

2023-07-27 02:57:48 -0500 commented question How to convert Twist msg to PWM signal for 2wd robot?

Can you explain what HW you have? Like what is powering the motors and is there any feedback like encoders. What you're

2023-07-26 15:30:37 -0500 commented answer ros2 can't access custom python module

In my case I had a X.py program in my ROS2_WS that importing from another Y.py module installed on my system and it ran

2023-07-25 21:29:14 -0500 edited answer ros2 can't access custom python module

Your package.xml, setup.cfg, and setup.py files determine if the python script gets moved to the correct (build) folder