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

petal's profile - activity

2023-04-17 05:56:33 -0500 received badge  Nice Question (source)
2022-08-18 13:03:32 -0500 received badge  Notable Question (source)
2022-08-18 13:03:32 -0500 received badge  Famous Question (source)
2022-04-16 16:38:10 -0500 received badge  Notable Question (source)
2022-01-25 16:39:57 -0500 received badge  Popular Question (source)
2022-01-22 16:13:43 -0500 edited question Segmentation fault when running rviz on docker

Segmentation fault when running rviz on docker Hello, I am trying to run rviz on docker for ros-kinetic but as soon as

2022-01-22 15:11:04 -0500 edited question Segmentation fault when running rviz on docker

Segmentation fault when running rviz on docker Hello, I am trying to run rviz on docker for ros-kinetic but as soon as

2022-01-22 06:00:36 -0500 asked a question Segmentation fault when running rviz on docker

Segmentation fault when running rviz on docker Hello, I am trying to run rviz on docker for ros-kinetic but as soon as

2022-01-22 05:43:42 -0500 commented answer Not able to run rviz on ros docker

Hi! I tried it all, I am actually able to solve the display issues now, but getting segmentation fault as soon as I star

2022-01-18 16:04:59 -0500 commented answer Not able to run rviz on ros docker

Also, I read somewhere to use --net=host while running docker but it wasn't recommended. I still gave one try docker r

2022-01-18 15:25:19 -0500 commented answer Not able to run rviz on ros docker

Hi! Thanks for your response. 1. I tried running inside docker image I got xrandr Can't open display I understood

2022-01-18 11:49:30 -0500 received badge  Popular Question (source)
2022-01-17 05:41:58 -0500 edited question Not able to run rviz on ros docker

Not able to run rviz on ros docker Hello, I have created a dockerfile with ubuntu16, ros kinetic. I have been able to

2022-01-17 05:40:35 -0500 asked a question Not able to run rviz on ros docker

Not able to run rviz on ros docker Hello, I have created a dockerfile with ubuntu16, ros kinetic. I have been able to

2021-08-07 07:12:37 -0500 received badge  Nice Question (source)
2020-09-11 09:04:44 -0500 received badge  Famous Question (source)
2020-08-02 16:40:57 -0500 received badge  Famous Question (source)
2020-07-22 04:24:15 -0500 received badge  Notable Question (source)
2020-06-16 06:35:25 -0500 received badge  Popular Question (source)
2020-06-07 04:46:50 -0500 asked a question Issue in using cv_bridge, opencv2 with ros melodic

Issue in using cv_bridge, opencv2 with ros melodic Hello! I have an image-based python tool which I am using with ros

2020-06-07 04:44:21 -0500 asked a question Issues in cv_bridge with ros melodic

Issues in cv_bridge with ros melodic Hello! I have an image-based python tool which I am using with ros melodic. I am

2020-06-04 09:01:15 -0500 received badge  Famous Question (source)
2020-05-01 07:56:23 -0500 received badge  Notable Question (source)
2020-04-21 02:01:44 -0500 received badge  Notable Question (source)
2020-04-21 01:59:57 -0500 received badge  Popular Question (source)
2020-04-20 22:28:41 -0500 commented answer Issue with integrating IMU, encoder odomtery with gps for localization using robot-localization package in ros2

Thank you! These changes have been pending in dashing branch, I shall submit a PR with the fix.

2020-04-20 22:13:16 -0500 marked best answer Issue with integrating IMU, encoder odomtery with gps for localization using robot-localization package in ros2

Hello! I am working with robot localization package to use GPS for localization and integrate wheel odometry in ROS2 while taking a reference of this ROS1 answer Integrate a GPS sensor with robot_localization and use move_base node.

I am using this parameter dual_ekf_navsat_example.yaml file which has this functionality. This had some error with respect to ros-dashing, hence I modified the file (which I have mentioned below the error.)

But when I run this launch file I get the error of what(): expected [double] got [integer]

pankhuri@pankhuri-LENOVO-IDEAPAD-500-15ISK:~/robot-localization-ros/robot_localization$ ros2 launch robot_localization dual_ekf_navsat_example.launch.py 

[INFO] [launch]: All log files can be found below /home/pankhuri/.ros/log/2020-04-20-22-23-01-444715-pankhuri-LENOVO-IDEAPAD-500-15ISK-21439
[INFO] [launch]: Default logging verbosity is set to INFO
[INFO] [ekf_node-1]: process started with pid [21454]
INFO] [ekf_node-2]: process started with pid [21456]
[INFO] [navsat_transform_node-3]: process started with pid [21457]
[INFO] [launch]: All log files can be found below /home/pankhuri/.ros/log/2020-04-20-22-23-01-444715-pankhuri-LENOVO-IDEAPAD-500-15ISK-21439
[INFO] [launch]: Default logging verbosity is set to INFO
[INFO] [ekf_node-1]: process started with pid [21454]
[INFO] [ekf_node-2]: process started with pid [21456]
[INFO] [navsat_transform_node-3]: process started with pid [21457]
[ekf_node-1] [WARN] [rcl.logging_rosout]: Publisher already registered for provided node name. If this is due to multiple nodes with the same name then all logs for that logger name will go out over the existing publisher. As soon as any node with that name is destructed it will unregister the publisher, preventing any further logs for that name from being published on the rosout topic.
[ekf_node-1] terminate called after throwing an instance of 'rclcpp::ParameterTypeException'
[ekf_node-1]   what():  expected [double] got [integer]
[navsat_transform_node-3] [WARN] [rcl.logging_rosout]: Publisher already registered for provided node name. If this is due to multiple nodes with the same name then all logs for that logger name will go out over the existing publisher. As soon as any node with that name is destructed it will unregister the publisher, preventing any further logs for that name from being published on the rosout topic.
[ekf_node-2] [WARN] [rcl.logging_rosout]: Publisher already registered for provided node name. If this is due to multiple nodes with the same name then all logs for that logger name will go out over the existing publisher. As soon as any node with that name is destructed it will unregister the publisher, preventing any further logs for that name from being published on the rosout topic.
[ekf_node-2] terminate called after throwing an instance of 'rclcpp::ParameterTypeException'
[ekf_node-2]   what():  expected [double] got [integer]
[ERROR] [ekf_node-1]: process has died [pid 21454, exit code -6, cmd '/home/pankhuri/robot-localization-ros/robot_localization/install/robot_localization/lib/robot_localization/ekf_node __node:=ekf_filter_node_odom __params:=/home/pankhuri/robot-localization-ros/robot_localization/install/robot_localization/share/robot_localization/params/dual_ekf_navsat_example.yaml'].
[ERROR] [ekf_node-2]: process has died [pid 21456, exit code -6, cmd '/home/pankhuri/robot-localization-ros/robot_localization/install/robot_localization/lib/robot_localization/ekf_node __node:=ekf_filter_node_map __params:=/home/pankhuri/robot-localization-ros/robot_localization/install/robot_localization/share/robot_localization/params/dual_ekf_navsat_example.yaml'].

My new file dual_ekf_navsat_example.yaml is:dual_ekf_navsat_example.yaml

My launch file is: dual_ekf_navsat_example.launch.py

Any suggestions regarding this error/approach ... (more)

2020-04-20 11:20:16 -0500 edited question Issue with integrating IMU, encoder odomtery with gps for localization using robot-localization package in ros2

Issue with integrating IMU, encoder odomtery with gps for localization using robot-localization package in ros2 Hello! I

2020-04-20 11:16:14 -0500 received badge  Editor (source)
2020-04-20 11:16:14 -0500 edited question Issue with integrating IMU, encoder odomtery with gps for localization using robot-localization package in ros2

Issue with integrating IMU, encoder odomtery with gps for localization using robot-localization package in ros2 Hello! I

2020-04-20 11:10:02 -0500 asked a question Issue with integrating IMU, encoder odomtery with gps for localization using robot-localization package in ros2

Issue with integrating IMU, encoder odomtery with gps for localization using robot-localization package in ros2 Hello! I

2020-04-17 01:16:56 -0500 marked best answer How can we create a fake gps publisher node in ROS2 ?

Hello!

I want to create a fake GPS ros node to publish the GPS data so that the robot_localization package can subscribe to it for localization? What information would I be requiring for this task? Any suggestion would be helpful.

Thanks,

2020-04-16 06:34:05 -0500 received badge  Student (source)
2020-04-16 04:54:45 -0500 received badge  Popular Question (source)
2020-04-15 23:58:31 -0500 edited question How can we create a fake gps publisher node in ROS2 ?

How can we create a fake gps publisher node in ROS2 ? Hello! I want to create a fake GPS ros node to publish the GPS da

2020-04-15 23:56:31 -0500 asked a question How can we create a fake gps publisher node in ROS2 ?

How can we create a fake gps publisher node in ROS2 ? Hello! I want to create a fake GPS ros node to publish the GPS da

2020-01-31 07:30:22 -0500 received badge  Notable Question (source)
2019-10-16 13:24:42 -0500 received badge  Popular Question (source)
2019-09-05 09:03:17 -0500 received badge  Famous Question (source)
2019-07-25 04:26:13 -0500 received badge  Commentator
2019-07-25 04:26:13 -0500 commented answer Turtlebot support in ROS2 Dashing

Thank you for the updates.

2019-07-24 22:53:41 -0500 marked best answer Turtlebot support in ROS2 Dashing

Hello! Do we have support for turtlebot2 or turtlebot3 For ROS2 dashing? I found ROS2 demos for bouncy but I don't think they will work for Dashing.

I want to run teleoperator in ROS2 dashing, but could not find kobuki or turtlebot drivers.

2019-07-24 22:53:40 -0500 commented answer Turtlebot support in ROS2 Dashing

Hello! Do we have any progress in turtlebot3 for dashing ?

2019-07-20 13:11:41 -0500 commented question terminate called after throwing an instance of 'rclcpp::exceptions::RCLInvalidArgument'

Did you solve this?

2019-07-20 12:59:49 -0500 commented answer [ROS2-Crystal] rclcpp::executors Interrupt guard condition

Hello! Did you solve this issue?