Dmitriy Ogureckiy

Results 13 issues of Dmitriy Ogureckiy

I use this tutorial https://gourav.io/blog/setup-vscode-to-run-debug-c-cpp-code#collaborate .My C program don't compile and run. I think because of instead of .exe extension file had .out extension. And so on. Can you say...

When I try do `sudo apt update` : E: Could not get lock /var/lib/apt/lists/lock. It is held by process 13346 (apt-get) N: Be aware that removing the lock file is...

bug

``` dmitriy@dmitriy:~/.fusion360/bin$ ./uninstall.sh EN TRUE ./uninstall.sh: line 103: 1 2 3 4: syntax error in expression (error token is "2 3 4") ```

bug

installation stack and bring this stack at: ``` 2080:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d 2170:fixme:heap:RtlSetHeapInformation 0000000000DF0000 0 000000000011F320 4 stub 2170:fixme:heap:RtlSetHeapInformation 0000000001300000 0 000000000011F2E0 4 stub 2170:fixme:heap:RtlSetHeapInformation 0000000000000000 1...

question

``` /home/dvogureckiy99/.local/lib/python3.8/site-packages/gym/envs/registration.py:555: UserWarning: WARN: The environment CartPole-v0 is out of date. You should consider upgrading to version `v1`. logger.warn( Traceback (most recent call last): File "./cartpole.py", line 95, in totalreward...

``` File "./cartpole.py", line 51 return self.Q[state] ^ TabError: inconsistent use of tabs and spaces in indentation ```

command: `make flash` ``` Toolchain path: /home/dmitriy/esp/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc Toolchain version: crosstool-ng-1.22.0-80-g6c4433a Compiler version: 5.2.0 Python requirements from /home/dmitriy/esp/esp-idf/requirements.txt are satisfied. App "masterboard" version: v1.0.5-1-g1d284c3 LD build/masterboard.elf /home/dmitriy/esp/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/bin/ld: final link failed: Bad...

I run this `bazel` run //examples/hello:hello_exe` I have got this: dmitriy@dmitriy:~/git/drake$ bazel run //examples/hello:hello_exe ERROR: /home/dmitriy/git/drake/examples/hello/BUILD.bazel:7:16: no such target '//common:text_logging_gflags': target 'text_logging_gflags' not declared in package 'common' (did you mean...

When I Run the trajectory publisher I have got this: dmitriy@dmitriy:~/git/drake$ bazel run //examples/viz:trajectory_publisher ERROR: /home/dmitriy/git/drake/examples/viz/BUILD.bazel:1:1: name 'drake_cc_binary' is not defined ERROR: Skipping '//examples/viz:trajectory_publisher': no such target '//examples/viz:trajectory_publisher': target 'trajectory_publisher'...

I perform one by one items, but on the `Then in another terminal we open up a "planner and runner".` nothing happen.