drake-tutorial icon indicating copy to clipboard operation
drake-tutorial copied to clipboard

Error while trying Compile and execute "Create a URDF/SDF robot" example

Open dvogureckiy99 opened this issue 1 year ago • 0 comments

There is error same as in last issue. When I try compile project by typing:

bazel run //examples/double_pendulum_pid:run_double_pendulum_passive_exe

I have got:

bazel run //examples/double_pendulum_pid:run_double_pendulum_passive_exe ERROR: /home/dmitriy/git/drake/examples/double_pendulum_pid/BUILD.bazel:29:16: no such target '//common:text_logging_gflags': target 'text_logging_gflags' not declared in package 'common' (did you mean 'add_text_logging_gflags'?) defined by /home/dmitriy/git/drake/common/BUILD.bazel and referenced by '//examples/double_pendulum_pid:run_double_pendulum_passive_exe' ERROR: Analysis of target '//examples/double_pendulum_pid:run_double_pendulum_passive_exe' failed; build aborted: Analysis failed INFO: Elapsed time: 1.116s INFO: 0 processes. FAILED: Build did NOT complete successfully (1 packages loaded, 0 ta
FAILED: Build did NOT complete successfully (1 packages loaded, 0 ta
rgets configured) [2] Done bazel-bin/tools/drake_visualizer

dvogureckiy99 avatar Jul 11 '22 17:07 dvogureckiy99