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

cerebraldad's profile - activity

2021-08-17 06:37:15 -0500 received badge  Famous Question (source)
2021-08-17 06:37:15 -0500 received badge  Popular Question (source)
2021-08-17 06:37:15 -0500 received badge  Notable Question (source)
2021-04-25 19:44:47 -0500 received badge  Famous Question (source)
2021-04-06 16:55:46 -0500 received badge  Famous Question (source)
2020-09-26 10:02:50 -0500 received badge  Notable Question (source)
2020-09-26 10:02:50 -0500 received badge  Famous Question (source)
2020-05-18 03:48:15 -0500 received badge  Famous Question (source)
2020-04-23 01:54:43 -0500 received badge  Famous Question (source)
2020-03-09 05:54:18 -0500 received badge  Famous Question (source)
2020-01-23 17:39:05 -0500 received badge  Notable Question (source)
2019-10-01 03:40:22 -0500 received badge  Taxonomist
2019-09-20 02:44:00 -0500 marked best answer rviz over remote dns

I'm remote to my master_uri; ie http://somedns:11311

I can listen and publish to topics from the master, but I'm unable to list topics in Rviz or Gazebo. I can get it to work over my local network by exporting the local ip of the master to ROS_IP, but i cant resolve the dns server. any suggestions?

Thanks

2019-07-26 01:20:24 -0500 received badge  Famous Question (source)
2019-07-12 04:54:21 -0500 received badge  Famous Question (source)
2019-06-20 09:06:49 -0500 received badge  Famous Question (source)
2019-06-20 09:06:49 -0500 received badge  Popular Question (source)
2019-06-20 09:06:49 -0500 received badge  Notable Question (source)
2019-06-07 13:16:42 -0500 received badge  Notable Question (source)
2019-06-06 09:36:53 -0500 commented answer ros-kinetic is blocking my new opencv install

Thank you. The image is being supplied in the call - I double checked the path is valid. I am not running a package but

2019-06-06 02:18:29 -0500 received badge  Popular Question (source)
2019-06-05 10:33:09 -0500 asked a question cv_dnn: build failure due to "No rule to make target '[..]/PROTOBUF_PROTOC_EXECUTABLE-NOTFOUND'"

Yet another - Invoking "make -j2 -l2" failed - no other answers helped. Base path: /home/kbrown/util_ws Source space: /h

2019-06-05 07:55:42 -0500 edited question ros-kinetic is blocking my new opencv install

use another opencv I'm working on my own custom opencv script and when I try to execute some methods i get the error:

2019-06-05 07:55:37 -0500 edited question ros-kinetic is blocking my new opencv install

use another opencv I'm working on my own custom opencv script and when I try to execute some methods i get the error:

2019-06-05 07:54:40 -0500 edited question ros-kinetic is blocking my new opencv install

use another opencv I'm working on my own custom opencv script and when I try to execute some methods i get the error:

2019-06-05 07:48:37 -0500 asked a question ros-kinetic is blocking my new opencv install

use another opencv I'm working on my own custom opencv script and when I try to execute some methods i get the error:

2019-04-24 05:56:22 -0500 received badge  Famous Question (source)
2019-04-08 01:09:59 -0500 marked best answer Differential Drive calculation

Thanks in advance for you help guys.

I've been fiddling with ROS for quite a few months now and I have a good basic understanding of how to advertise and subscribe to nodes, I even built a speech action!

I am, however, very confused on how to translate Twist messages into movement on an actual robot. In the Sim, robots just magically move :)

My plan is to use an arduino to send signals to a Sabertooth 2x25 which has the ability to accept analog linear (0V-5V), Servo signal (1000us-2000us), Simplified Serial (1-255 and some combination controls both motors) and Serial at 38400 baud - which i completely don't understand...

My understanding is the Twist msg contains linear and angular values for all 3 axis and in order to use these some trig. calculations - in some relation to the wheel base width - will allow the robot move using the left and right motors independently. I dont understand the math here...

I currently have a sketch that takes the "cmd_vel" topic and maps a value (-1 to 1) to (0 to 180) from "linear.x" to move a servo using a node that publishes from the keyboard.

I need some direction, because I want to use a Twist topic for both autonomous movement and remote teleop (rc transmitter) input.

I found the "differential drive", "simple drive" and a few other packages - but I fail to see how they help since they publish to a twist topic and I cant seem to find any documentation on how to utilize these messages.

Does anyone have a secret decoder ring?

Thank you, Keith

2019-04-01 11:13:34 -0500 marked best answer use an awesome package? - Getting started

Can anyone direct me to a tutorial on how to use a package i find in a search.

Say i find a package or library using the ros wiki - how do I use it or implement it?

Thanks for your patience, I'm just getting started.

2019-03-31 14:44:53 -0500 received badge  Notable Question (source)
2019-03-06 07:54:10 -0500 commented question Is it possible to make a bag file or a mapping file from a cad or bim file?

do you know of any api that would convert to a pgm file?

2019-03-05 13:10:44 -0500 asked a question Is it possible to make a bag file or a mapping file from a cad or bim file?

Is it possible to make a bag file or a mapping file from a cad or bim file? I have a revit CAD file and an AUTOCAD file

2019-02-17 18:33:15 -0500 received badge  Popular Question (source)
2019-02-12 14:57:56 -0500 commented question How do you config Darknet_Ros (yolo) to see a camera topic?

you said rosnode above. I'm confused.

2019-02-12 11:59:34 -0500 commented answer How do I stop RosSerial from causing the boot of my IMU to fail?

@ChriMo I'm a little confused how to set this up. where do you get your variables and inputs such as ATTRS{serial}

2019-02-12 11:56:36 -0500 commented question How do you config Darknet_Ros (yolo) to see a camera topic?

@PeteBlackerThe3rd rosnode info /usb_cam shows no subscribers: Subscriptions: None but /darknet_ros shows /usb_cam/image

2019-02-12 11:54:11 -0500 commented question How do you config Darknet_Ros (yolo) to see a camera topic?

@PeteBlackerThe3rd rosnode info /usb_cam shows no subscribers: Subscriptions: None

2019-02-11 08:48:08 -0500 asked a question How do you config Darknet_Ros (yolo) to see a camera topic?

How do you config Darknet_Ros (yolo) to see a camera topic? I have yolo running on a server and the robot publishing a u

2019-02-03 09:27:42 -0500 received badge  Notable Question (source)
2019-02-02 05:29:47 -0500 received badge  Popular Question (source)
2019-02-01 10:16:38 -0500 commented answer How do I stop RosSerial from causing the boot of my IMU to fail?

I will definitely set that up - see i learned something new....

2019-02-01 10:01:13 -0500 marked best answer How do I stop RosSerial from causing the boot of my IMU to fail?

Im using a Razor 9dof IMU with a (usb)serial connection on port ttyAMC0 and I have an Arduino on the same port publishing encoder and odom messages.

I recently added the IMU, but cant get them to play nicely together. Any suggestions?

<node pkg="rosserial_python" type="serial_node.py" name="serial_node">
   <param name="port" value="/dev/ttyACM0"/>
   <param name="baud" value="57600"/>
</node>
2019-02-01 10:00:09 -0500 commented answer How do I stop RosSerial from causing the boot of my IMU to fail?

You are right. The arduino was/is on ttyACM1 but i never changed the launch file. I am an idiot and when i was debugging

2019-02-01 08:11:18 -0500 received badge  Editor (source)
2019-02-01 08:11:18 -0500 edited question How do I stop RosSerial from causing the boot of my IMU to fail?

How do I stop RosSerial from causing the boot of my IMU top fail? Im using a Razor 9dof IMU with a (usb)serial connectio

2019-02-01 08:06:57 -0500 asked a question How do I stop RosSerial from causing the boot of my IMU to fail?

How do I stop RosSerial from causing the boot of my IMU top fail? Im using a Razor 9dof IMU with a (usb)serial connectio