Anthony Clark
Anthony Clark
I am using macOS 10.12.6 (Sierra). I am using DART version 6.3.0 I installed DART with (I imagine I am missing something critical?): ```bash brew install dartsim6 --without-gui --without-gui-osg --without-optimizer-ipopt...
I have compile DART from source and run the tests. Here are the results: ```text Running tests... Test project /Users/ajc/Documents/projects/adabot02/dart/build Start 1: test_Building 1/22 Test #1: test_Building .................... Passed 0.01...
I have run into a problem when trying to do so: ``` cmake -DCMAKE_INSTALL_PREFIX:PATH=/path/to/local/installation .. make install ``` I can get the falling sphere program to compile, but when running...
You can ignore my previous comment. It was that the library could not be found due to my installation in a non-standard location (not in `DYLD_LIBRARY_PATH`). When I run the...
I should also mention that I get the following compilation warning when using this local version (I did not get this warning before): ```bash /Users/ajc/Documents/projects/adabot02/local/include/dart/collision/DistanceFilter.hpp:45:1: warning: 'DistanceFilter' defined as a...
I am experiencing the same behavior. I seem to remember that I did not use to have this issue, but I cannot remember if it was before or after I...
I mentioned the migration from board manager version 2 to 3 during our discussion. Here is the migration guide: [Migration from 2.x to 3.0 - - — Arduino ESP32 latest...
The sketch successfully uploads using the VSCode extension: ``` ---- Opened the serial port /dev/tty.usbserial-555F0646821 ---- ets Jul 29 2019 12:21:46 rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) configsip: 271414342, SPIWP:0xee clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00 mode:DIO, clock...
I discovered the correct option name! We were trying `baud` and `baudrate`. We should have been using `UploadSpeed`. I ran the following command to find this out: `arduino-cli board details...
This seems to have been dropped. Badges were added in 2783724, but then that change was reverted in cd6d45a. Any chance the badges can be re-added since no images were...