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

Some problem while creating my catkin workspace and generating data #343

Closed
Gaben21 opened this issue Mar 5, 2024 · 2 comments
Closed

Comments

@Gaben21
Copy link

Gaben21 commented Mar 5, 2024

First problem:
When running the script in the nvisii_data_gen:
python single_video_pybullet.py --nb_frames 1 --scale 0.01 --nb_distractors 0
I encountered a warning:

          lsf@lsf:~/lsf_ws/src/dope/scripts/nvisii_data_gen$ python single_video_pybullet.py --nb_frames 1 --scale 0.01 -- 
          nb_distractors 0
          pybullet build time: Nov 28 2023 23:51:11
          folder output/output_example// exists
          00000/00001
          /home/lsf/lsf_ws/src/dope/scripts/nvisii_data_gen/utils.py:1126: RuntimeWarning: invalid value encountered in cast
          visible_object_ids = np.unique(segmentation_mask.astype(int))

Second problem:
When installing ROS and creating my catkin workspace, I run the code(my OS is ubuntu 18.04LTS):
rosdep install --from-paths src -i --rosdistro melodic
then it has a problem

          lsf@lsf:~/lsf_ws$ rosdep install --from-paths src -i --rosdistro melodic
          ERROR: the following rosdeps failed to install
          pip: pip is not installed

I would appreciate any guidance on resolving this error or suggestions on what I may have missed during the setup process.

Thank you

@Gaben21 Gaben21 closed this as completed May 29, 2024
@TontonTremblay
Copy link
Collaborator

Did you figure it out? I think the first error / warning is about not seeing an object in the render you did.

@Gaben21
Copy link
Author

Gaben21 commented May 30, 2024

Did you figure it out? I think the first error / warning is about not seeing an object in the render you did.

yes,i figured it out

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

2 participants