Most active questions
24 questions from the last 7 days
0
votes
1
answer
29
views
Correct Parent Child Joint config before URDF export
Trying to design a Robotic Dog and exporting it into URDF. Here is the snap of one leg where all links are revolute. I was successfully converted into URDF(set all coordinates, planes, and joint type ...
0
votes
0
answers
26
views
Self stabilizing two wheeler robot locks on 0 pitch angle and rate - and then slides to divergence
It’s now two weeks that I’ve been trying to tune my self stabilizing two wheeler to stay put, but to no avail. I’ve literally tried everything I could, including endless fine tuning and seeking ...
0
votes
1
answer
27
views
(ros2_control) manual topic publish is working, but teleop_twist_keyboard won't
i'm currently building ros2 control interface for my autonomous 4 wheeled robot. I'm encountering a tricky issue integrating my Arduino Due (micro-ROS) setup with ROS 2 Humble and ros2_control. The ...
0
votes
0
answers
20
views
Clearpath Ridgeback slide/drift
After installing the Clearpath desktop and simulation my Ridgeback has motion problems. I can move forward/backwards and twist. However, if I try to do a forward move with a twist the robot starts ...
0
votes
0
answers
18
views
robot odom went wrong/unsynchronized at rviz2
i'm currently using an 4 wheeled robot (differential) for trying robot_localization on real robot + rviz2, when i tried to move my robot it wet like the video that i provied
rviz2 test video (youtube)
...
0
votes
0
answers
17
views
Virtual Obstacle in costmap - ROS2 Humble
I am trying to insert virtual obstacles (hole) into the cost map for avoidance but I didn't find a solution that works on humble. This PR would have be good but it is not available on humble. I really ...
1
vote
0
answers
14
views
Nav2 MPPI Controller Will Not Reach Max Speed
I am attempting to tune MPPI for an outdoor coverage application and am having trouble getting the robot to drive at the desired speed. I have read the available Nav2 documentation on GitHub, but I am ...
0
votes
2
answers
21
views
Can I safely use pip install in Ubuntu 24.04 without virtual environments because ROS2 nodes don’t run inside venv?
I’m working on a ROS2 project on Ubuntu 24.04 (Python 3.12). ROS2 uses the system Python under /opt/ros/... and doesn’t work correctly inside virtual environments. I want to use Python libraries like ...
0
votes
1
answer
11
views
Cannot insert image into a gazebo simulation
I am having trouble inserting a png image into my gazebo world. For context, I am using ROS2-Kilted and gz_sim, so the "new&...
0
votes
1
answer
10
views
Arduino uno 5 DOF robot arm (Hiwonder miniarm)
My program is compiling. I am using inverse kinematics to move the robot. However, the robot keeps stalling and the motors are stuttering. I was able to move the end effector once, but only one joint ...
0
votes
0
answers
8
views
Motion Planning and Cost Function Support in Various Robot Simulation Tools
I’m making a comparison table of different robot simulation tools (e.g., RoboDK, Gazebo, CoppeliaSim, PyBullet, MuJoCo, Unity, Webots, ABB RobotStudio, KUKA.sim, FANUC ROBOGUIDE, Yaskawa MotoSim) for ...
0
votes
0
answers
8
views
Hardware Implementation of a Torque controller on Hiwonder Jetrover arm
I have designed a custom torque controller for a robotic arm. I want to test it practically on the Hiwonder Jetrover arm. I am not sure where I should start from as I don't have much practical ...
0
votes
0
answers
8
views
How can I get Message Info when subscribing in Python?
I want to subscribe to a topic in Python but the messages don't have headers with timestamps. My understanding is I can get a published timestamp from the message info but I can't figure out how to ...
0
votes
0
answers
7
views
Action server with mutually exclusive group does not work as expected [ROS2 - Python]
Context
Hello, I recently wanted to implement a ros2 node (in rclpy) that manages multiple action servers. I wanted to make sure that only one action goal can be ...
0
votes
1
answer
10
views
UR10e Robots Twitching/Oscillating in Gazebo Immediately After Launch
Problem Description
I'm simulating two UR10e robots in Gazebo using PositionJointInterface and the JointTrajectoryController. The robots exhibit severe twitching and oscillation immediately after ...