Owen Burns

Results 7 comments of Owen Burns

I am also experiencing this issue when I run "catkin_make_isolated --install --use-ninja" after following [this](https://google-cartographer-ros.readthedocs.io/en/latest/compilation.html) tutorial. ``` nvidia@nvidia-desktop:~/catkin_ws$ cat /home/nvidia/catkin_ws/build/CMakeFiles/CMakeError.log Determining if the pthread_create exist failed with the following output:...

How did you install tensorflow 2.7.0? I receive "ERROR: Could not find a version that satisfies the requirement tensorflow==2.7.0 (from versions: 2.8.0rc0, 2.8.0rc1, 2.8.0, 2.8.1, 2.8.2, 2.8.3, 2.8.4, 2.9.0rc0, 2.9.0rc1,...

You have to upgrade the code from tensorflow 1 to tensorflow 2; see here: https://www.tensorflow.org/guide/migrate

I followed these steps and still get the error: ERROR: Could not find a version that satisfies the requirement tensorflow-quantum (from versions: none) ERROR: No matching distribution found for tensorflow-quantum

@thanhlt998 When I attempt to do this the model runner seems to look directly in the engine directory for the config files rather than in engine_dir/encoder and engine_dir/decoder. What does...

@crazy-robotics I am attempting to use a mavros with ROS 2 Foxy on Ubuntu 20.04 on a jetson xavier nx with a Pixhawk 6c running PX4 to navigate a rover...

This would be super useful to me, is there a timeline to merge this in?