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

fjp's profile - activity

2023-06-18 04:25:46 -0500 received badge  Famous Question (source)
2022-04-06 16:49:05 -0500 received badge  Critic (source)
2022-04-06 16:42:03 -0500 edited answer ImportError: No module named rospkg

Update 06/04/2022: When using Ubuntu 20.04, which uses python3 install python3-rospkg. Previous (alternative) soluti

2022-03-01 21:41:47 -0500 received badge  Nice Answer (source)
2021-12-02 19:17:08 -0500 received badge  Famous Question (source)
2021-12-02 19:17:08 -0500 received badge  Notable Question (source)
2021-11-27 23:04:04 -0500 received badge  Famous Question (source)
2021-10-07 05:10:08 -0500 edited answer How to include motor wheel encoder ticks to ros_control hardware interface

The open source project I am working on is quite similar to yours and might be helpful: https://ros-mobile-robots.com/.

2021-10-07 05:09:35 -0500 answered a question ros_control and hardware interface.

You probably don't needed this answer anymore. But for anyone else: The open source project I am working on uses diff_d

2021-10-07 05:00:51 -0500 commented question wrong diff_drive_controller pose calculation?

The answer/project here might help you too.

2021-10-07 04:52:03 -0500 edited answer How to include motor wheel encoder ticks to ros_control hardware interface

The open source project I am working on is quite similar to yours and might be helpful: https://ros-mobile-robots.com/.

2021-10-07 04:45:06 -0500 answered a question How to include motor wheel encoder ticks to ros_control hardware interface

The open source project I am working on is quite similar to yours and might be helpful: https://ros-mobile-robots.com/.

2021-09-19 12:08:46 -0500 received badge  Notable Question (source)
2021-08-29 21:06:19 -0500 commented answer Publishing CameraInfo messages from YAML file

Is this still the best method to create the CameraInfo messages from a yaml calibrationf file? Or is there an official r

2021-08-25 01:34:25 -0500 received badge  Popular Question (source)
2021-08-03 13:05:53 -0500 received badge  Popular Question (source)
2021-08-03 13:05:53 -0500 received badge  Notable Question (source)
2021-06-02 16:23:03 -0500 commented question ros::Rate::sleep() equivalent in rosserial

Did you find a solution for this?

2021-05-30 08:39:50 -0500 asked a question rosserial logging in setup()

rosserial logging in setup() Hi, when using rosserial on a teensy 3.2 or 4.0, I noticed that logging inside the setup()

2021-04-29 00:36:23 -0500 received badge  Popular Question (source)
2021-04-09 11:02:22 -0500 received badge  Famous Question (source)
2021-03-22 18:21:57 -0500 commented question ROS control: rate.sleep() blocks in rostest

Regarding my second question, I would still be interested to know, if using only ros::Time::now() should be avoided and

2021-03-22 18:21:51 -0500 commented question ROS control: rate.sleep() blocks in rostest

What is the reason that this loop cycles continuously on the real robot hardware but blocks in the rostest? Just fo

2021-03-22 15:53:42 -0500 asked a question ROS control: rate.sleep() blocks in rostest

ROS control: rate.sleep() blocks in rostest Hi, I am using the diff_drive_controller from ROS control on a real robot ha

2021-03-22 03:13:51 -0500 edited question Debugging rostest in vscode

rostest vscode Was someone able to run a *.test rostest file in Visual Studio Code for debugging purposes? I know only

2021-03-22 03:13:34 -0500 asked a question Debugging rostest in vscode

rostest vscode Was someone able to run a *.test rostest file in Visual Studio Code for debugging purposes? I know only

2021-03-22 03:12:58 -0500 asked a question Debugging rostest in vscode

Debugging rostest in vscode Was someone able to run a *.test rostest file in Visual Studio Code for debugging purposes?

2021-03-17 13:59:59 -0500 received badge  Great Answer (source)
2021-03-11 03:21:42 -0500 received badge  Good Answer (source)
2021-02-04 10:13:55 -0500 received badge  Notable Question (source)
2020-12-20 02:05:02 -0500 received badge  Nice Answer (source)
2020-12-12 19:04:03 -0500 received badge  Necromancer (source)
2020-12-09 17:09:35 -0500 received badge  Necromancer (source)
2020-11-07 16:13:33 -0500 commented question Could not process inbound connection - Publish with rqt_gui

I am currently facing the same problem with a rospy node. Did you find a solution @Weasfas?

2020-11-02 13:30:55 -0500 received badge  Popular Question (source)
2020-10-27 06:55:41 -0500 marked best answer creating metapackage with catkin-tools

Is it possible to create a ROS metapackage with catkin-tools? With catkin_make its possible with:

catkin_create_pkg <MY_META_PACKAGE> --meta

2020-10-26 16:41:33 -0500 edited question creating metapackage with catkin-tools

creating metapackage with catkin-tools Is it possible to create a ROS metapackage with catkin-tools? With catkin_make it

2020-10-26 16:41:14 -0500 asked a question creating metapackage with catkin-tools

creating metapackage with catkin-tools Is it possible to create a ROS metapackage with catkin-tools? With catkin_make it

2020-10-13 03:09:51 -0500 answered a question wrong checksum for topic id and msg

I had the same info and errors showing up and like in the comments suggested, the solution was to add a delay(). In my c

2020-10-10 08:18:06 -0500 answered a question ImportError: No module named rospkg

I am using ROS noetic on Ubuntu 20.04 which uses python3. To fix the error, in my case I had to install sudo apt insta

2020-10-06 11:01:31 -0500 received badge  Famous Question (source)
2020-10-06 11:01:26 -0500 received badge  Famous Question (source)
2020-10-03 10:06:31 -0500 answered a question xacro: substitution args not supported: No module named 'rospkg'

In my case the problem was the PlatformIO plugin of vscode. When trying to launch a launch file from within vscode termi

2020-08-05 02:18:43 -0500 received badge  Famous Question (source)
2020-07-14 05:48:27 -0500 received badge  Notable Question (source)
2020-07-11 14:53:11 -0500 received badge  Notable Question (source)
2020-06-12 01:19:57 -0500 received badge  Famous Question (source)
2020-05-14 00:31:28 -0500 received badge  Nice Answer (source)
2020-04-14 03:58:02 -0500 received badge  Popular Question (source)