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

GLV's profile - activity

2022-08-28 10:57:29 -0500 received badge  Famous Question (source)
2022-08-28 10:57:29 -0500 received badge  Notable Question (source)
2022-08-28 10:57:29 -0500 received badge  Popular Question (source)
2022-02-07 07:32:05 -0500 received badge  Famous Question (source)
2022-02-07 07:32:05 -0500 received badge  Notable Question (source)
2021-07-28 09:36:46 -0500 marked best answer What is self collide? and what is difference between visual and collision?

Hey There, I am new to ROS and Gazebo. I want to know what is the self collide what is the use of it (when it true or false) and also the difference between visual and collision? ( I am facing these words while using Link inspector)

2021-07-28 09:36:45 -0500 received badge  Student (source)
2020-12-08 07:33:10 -0500 received badge  Famous Question (source)
2020-08-01 12:13:05 -0500 received badge  Notable Question (source)
2020-08-01 12:13:05 -0500 received badge  Famous Question (source)
2020-06-04 10:54:25 -0500 received badge  Popular Question (source)
2020-06-04 10:54:25 -0500 received badge  Notable Question (source)
2020-06-04 10:54:25 -0500 received badge  Famous Question (source)
2019-12-12 07:32:52 -0500 received badge  Notable Question (source)
2019-12-12 07:32:52 -0500 received badge  Popular Question (source)
2019-09-16 05:44:50 -0500 commented answer [rosrun] Couldn't find executable named serial_node.py below /opt/ros/kinetic/share/rosserial_python

Thanks Mr. #duck-development.

2019-09-16 05:42:56 -0500 marked best answer [rosrun] Couldn't find executable named serial_node.py below /opt/ros/kinetic/share/rosserial_python

When I tried to execute this, I got following error:

glv@VaraPrasad:~/catkin_ws$ rosrun rosserial_
rosserial_arduino  rosserial_client   rosserial_msgs     rosserial_python
glv@VaraPrasad:~/catkin_ws$ rosrun rosserial_python 
message_info_service.py  serial_node.py           
glv@VaraPrasad:~/catkin_ws$ rosrun rosserial_python serial_node.py /dev/ttyACM1
[rosrun] Couldn't find executable named serial_node.py below /opt/ros/kinetic/share/rosserial_python

In this Tutorial I encountered this rosrun statement, why we need to run this glv@VaraPrasad:~/catkin_ws$ rosrun rosserial_python serial_node.py /dev/ttyACM1 what is the use of it. And how to overcome this error??

Thanks In Advance

`

2019-07-28 12:24:25 -0500 received badge  Famous Question (source)
2019-07-28 12:24:25 -0500 received badge  Notable Question (source)
2019-06-28 14:48:57 -0500 asked a question How to Visualize the turtlebot path?

How to Visualize the turtlebot path? Hi there, I implemented a Spanning tree coverage algorithm for Turtlebot. Finally,

2019-06-15 20:55:31 -0500 received badge  Famous Question (source)
2019-06-04 00:42:50 -0500 received badge  Famous Question (source)
2019-05-29 06:47:53 -0500 received badge  Famous Question (source)
2019-05-22 14:46:02 -0500 received badge  Notable Question (source)
2019-05-22 04:26:40 -0500 commented answer How to publish a map frame?

will I get odometry/filtered values like robot_localization by doing SLAM?

2019-05-22 04:10:15 -0500 received badge  Popular Question (source)
2019-05-22 02:33:59 -0500 asked a question How to publish a map frame?

How to publish a map frame? I'm working on ardrone2.0. I'm trying to fuse odometry and imu through robot_localisation.

2019-05-21 08:53:13 -0500 marked best answer wait for service:Service [/gazebo/set_physics_properties] has not been advertised, waiting...

When I am trying to launch the my_world.launch I am facing this problem.

Code for my_world.launch is

<?xml version="1.0" encoding="UTF-8"?>

<launch>
 <arg name="debug" default="false" />
 <arg name="gui" default="false" />
 <arg name="pause" default="true" />
 <arg name="world" default="$(find my_gazebo)/world/empty_world.world" />
 <include file = "$(find gazebo_ros)/launch/empty_world.launch">
  <arg name="world_name" value="$(arg world)" />
  <arg name="debug" value="$(arg debug)" />
  <arg name="gui" value="$(arg gui)" />
  <arg name="paused" value="$(arg pause)" />
  <arg name="use_sim_time" value="true" />

 </include>

</launch>

empty_world.world code is here:

 <?xml version="1.0" ?>
    <sdf version="1.6">
      <world name="default">
       <include>
         <uri>model://sun</uri>
       </include>
       <include>
         <uri>model://ground_plane</uri>
       </include>
      </world>
    </sdf>

I am facing this problem:

glv@VaraPrasad:~/catkin_ws$ roslaunch my_gazebo my_world.launch
... logging to /home/glv/.ros/log/09788d08-d7b3-11e8-a35c-9822ef7fc42b/roslaunch-VaraPrasad-4041.log
Checking log directory for disk usage. This may take awhile.
Press Ctrl-C to interrupt
Done checking log file disk usage. Usage is <1GB.

started roslaunch server http://VaraPrasad:44853/

SUMMARY
========

PARAMETERS
 * /rosdistro: kinetic
 * /rosversion: 1.12.14
 * /use_sim_time: True

NODES
  /
    gazebo (gazebo_ros/gzserver)

ROS_MASTER_URI=http://localhost:11311

process[gazebo-1]: started with pid [4058]
[ INFO] [1540402702.643569843]: Finished loading Gazebo ROS API Plugin.
[ INFO] [1540402702.644173326]: waitForService: Service [/gazebo/set_physics_properties] has not been advertised, waiting...
[ INFO] [1540402702.908795885, 0.024000000]: waitForService: Service [/gazebo/set_physics_properties] is now available.
[ INFO] [1540402702.963873717, 0.078000000]: Physics dynamic reconfigure ready.
^C[gazebo-1] killing on exit
shutting down processing monitor...
... shutting down processing monitor complete
done
glv@VaraPrasad:~/catkin_ws$ 
glv@VaraPrasad:~/catkin_ws$ roslaunch my_gazebo my_world.launch
... logging to /home/glv/.ros/log/09788d08-d7b3-11e8-a35c-9822ef7fc42b/roslaunch-VaraPrasad-4309.log
Checking log directory for disk usage. This may take awhile.

Press Ctrl-C to interrupt
Done checking log file disk usage. Usage is <1GB.

started roslaunch server http://VaraPrasad:37831/

SUMMARY
========

PARAMETERS
 * /rosdistro: kinetic
 * /rosversion: 1.12.14
 * /use_sim_time: True

NODES
  /
    gazebo (gazebo_ros/gzserver)

ROS_MASTER_URI=http://localhost:11311

process[gazebo-1]: started with pid [4326]
[ INFO] [1540402736.589018029]: Finished loading Gazebo ROS API Plugin.
[ INFO] [1540402736.589433988]: waitForService: Service [/gazebo/set_physics_properties] has not been advertised, waiting...

I am using Ros Kinetic version , Ubuntu 16.04 and Gazebo 9

Thanks In Advance.

2019-05-15 02:08:54 -0500 received badge  Popular Question (source)
2019-05-14 05:21:15 -0500 edited question Ardrone robot_localisation

Ardrone robot_localisation I'm trying to fuse odometry with imu using robot_localisation. My ardrone is publishing odome

2019-05-14 05:17:55 -0500 edited question Ardrone robot_localisation

Ardrone robot_localisation I'm trying to fuse odometry with imu using robot_localisation. My ardrone is publishing odome

2019-05-14 05:09:10 -0500 edited question Ardrone robot_localisation

How can I find the distance I'm trying to fuse odometry with imu using robot_localisation. My ardrone is publishing odom

2019-05-14 05:08:35 -0500 asked a question Ardrone robot_localisation

How can I find the distance I'm trying to fuse odometry with imu using robot_localisation. My ardrone is publishing odom

2019-04-16 04:49:40 -0500 received badge  Famous Question (source)
2019-04-16 04:46:34 -0500 commented answer how to find distance and angle b/w each points in a point cloud and the Kinect sensor

@Mr.AbhijithNair could you please tell me how you convert Kinect data to point cloud. which packages did you use? could

2019-04-16 00:09:08 -0500 commented answer How to detect obstacle position using point cloud data?

In order to get a position I have to launch this code https://github.com/ros/common_msgs/bl.. or I need to clone all pa

2019-04-15 01:11:35 -0500 marked best answer How to detect obstacle position using point cloud data?

Hi Everyone,

I am working on turtlebot and kinect sensor. I want to detect obstacle presence and its position using kinect sensor. How could I do this and I am not using maps. Just want to know whether obstacle is there or not. And if I am going to use point cloud libraries, how can i get obstacle position(X,Y) .

(I am using Ros kinetic version,Ubuntu 16.04 and python as coding language.)

2019-04-15 00:50:43 -0500 commented answer How to detect obstacle position using point cloud data?

Thank you so much #Mr.tfoote

2019-04-15 00:48:14 -0500 received badge  Notable Question (source)
2019-04-09 05:14:41 -0500 asked a question How to use openni_camera for turtlebot_gazebo world?

How to use openni_camera for turtlebot_gazebo world? Hi there, openni_launch and openni_camera can't detect my simulate

2019-04-09 01:14:00 -0500 commented answer How to detect obstacle position using point cloud data?

Thanks for your answer #Mr.tfoote. This tutorials in C++ can i get in python anywhere? Could you pls give me some sugges

2019-04-08 15:11:40 -0500 received badge  Popular Question (source)