Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What am i doing wrong? #4

Open
Wearwolfy opened this issue Dec 19, 2019 · 11 comments
Open

What am i doing wrong? #4

Wearwolfy opened this issue Dec 19, 2019 · 11 comments

Comments

@Wearwolfy
Copy link

I am trying to run the lane detection conde simulation but I can't get it to work? Do you know what I am doing wrong? I am running it on Ros melodic and Ubuntu 18.04 on a vm.
image

@wilselby
Copy link
Owner

It's looking for the ouster_description package. get that here:
https://github.com/wilselby/ouster_example/tree/master/ouster_description

@saitejaallam
Copy link

I am trying to clone this package https://github.com/wilselby/diy_driverless_car_ROS.git and build the package but I am unable to do so which says unable to find two different packages named yocs_cmd_vel_mux and ecl_exceptions. . Please help me the best way to clone this package with all the required dependencies.

@wilselby
Copy link
Owner

@saitejaallam
Copy link

saitejaallam commented Jun 27, 2020

I have cloned these two packages as well but after cloning these packages I am unable to build the packages. It shows an error "Packages with unknown build type exists. Can not build workspace with packages of unknown build_type" .Please help me if I am missing something while cloning all these packages.

@ankitcivic
Copy link

running this code $ python rosbag_to_csv.py -o output/walker/ -i data/walker/ is giving me ERROR: ['/racecar/ackermann_cmd_mux/output', '/img_node/intensity_image']
Can you tell me where am I going wrong?

@snbagkar
Copy link

While running drive_model.py node on python 2.7 it throws an error of " Require Tensorflow 2.2 or greater". For Tensorflow 2.2 it requires python 3 but python 3 does not support ROS.
What can be done in this case?

@Praj390
Copy link

Praj390 commented Oct 19, 2020

running this code $ python rosbag_to_csv.py -o output/walker/ -i data/walker/ is giving me ERROR: ['/racecar/ackermann_cmd_mux/output', '/img_node/intensity_image']
Can you tell me where am I going wrong?

Any solution for this? I am getting the same error.

@wilselby
Copy link
Owner

Does the ROS .bag file have those topics in it?

@Praj390
Copy link

Praj390 commented Oct 23, 2020

When I use rosbag info, i get this info
Screenshot from 2020-10-22 20-38-35

It looks like there is no topic '/img_node/intensity_image'. Also, when I see the rostopic list, there is no such topic there.
Should I change the topic to ' /openmv_cam/image/raw ' in bagutils.py file? or is there any other way?

@wilselby
Copy link
Owner

Can you post the output when you change the camera topic to the ' /openmv_cam/image/raw ' topic? It's also odd it complained about the '/racecar/ackermann_cmd_mux/output' topic since that looks like it's in your bag. Is the bag file in the right directory of the command line argument?

@Praj390
Copy link

Praj390 commented Oct 31, 2020

The problem is solved. The solution is to change the topics in bagutils.py files and the path is given. I changed that path to an absolute path and it worked. I don't know but the relative path was not working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants