-
Notifications
You must be signed in to change notification settings - Fork 57
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
Comments
It's looking for the ouster_description package. get that here: |
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. |
Clone these if they aren't in the apt-repo |
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. |
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'] |
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. |
Any solution for this? I am getting the same error. |
Does the ROS .bag file have those topics in it? |
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? |
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. |
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](https://user-images.githubusercontent.com/21149078/71210141-1a0d7e80-22ad-11ea-8a72-dc00f74d6f8e.png)
The text was updated successfully, but these errors were encountered: